home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000131_amtekdesign@gmail.com_Thu Jul 28 10:37:34 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail
  2. From: "Allen" <amtekdesign@gmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Redial on No Dialtone
  5. Date: 27 Jul 2005 16:43:29 -0700
  6. Organization: http://groups.google.com
  7. Lines: 19
  8. Message-ID: <1122507809.564246.163530@g47g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 72.11.65.66
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1122507815 31949 127.0.0.1 (27 Jul 2005 23:43:35 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Wed, 27 Jul 2005 23:43:35 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. Complaints-To: groups-abuse@google.com
  17. Injection-Info: g47g2000cwa.googlegroups.com; posting-host=72.11.65.66;
  18.    posting-account=tgxbug0AAACxC6q49buZi6KZ88EzKaXG
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15373
  20.  
  21. It appears that by default, redialing occurs for dial failures such as
  22. BUSY or NO CARRIER, but the dialer aborts on the first NO DIALTONE
  23. error. Is it possible to configure Kermit to redial on NO DIALTONE?
  24.  
  25. I'm using
  26.   SET DIAL RETRIES 5
  27.   DIAL \m(name)
  28.   IF FAIL DIAL \m(name)
  29.  
  30. which will force a second attempt on NO DIALTONE, and gives me 10
  31. retries on a persistent BUSY/NO CARRIER, but is there a better way?
  32.  
  33. Is there a status variable I can test that tells me why the DIAL
  34. command failed?
  35.  
  36. I'm running Kermit 95 2.1 under WinXP/SP2.
  37.  
  38. Thanks.
  39.